Internet Gateway

aws/networking aws/concept

💡 Definition

An Internet Gateway (IGW) is a horizontally scaled, redundant, and highly available VPC component that allows communication between your VPC and the internet.

🔑 Key Concepts

⚙️ How it Works

  1. Create IGW: You create an Internet Gateway.
  2. Attach to VPC: You attach the Internet Gateway to your VPC.
  3. Update Route Table: Add a route to the public subnet's Route Table that directs internet-bound traffic (0.0.0.0/0) to the Internet Gateway.

🎯 Use Cases

💰 Pricing Model

📝 Exam Tips (CLF-C02)


See Also: * VPC * Route Table * NAT Gateway (for private subnet internet access)